You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxIntDiff Class > MtxIntDiff Methods > QuadGauss Method > MtxIntDiff.QuadGauss Method (TRealFunction, double, double, [In] TVec, [In] object[], out TIntStopReason, [In] TMtxFloatPrecision, TQuadMethod, double, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxIntDiff.QuadGauss Method (TRealFunction, double, double, [In] TVec, [In] object[], out TIntStopReason, [In] TMtxFloatPrecision, TQuadMethod, double, int)

Evaluate the numerical integral between lower and upper bound using Gauss quadrature algorithm.

Syntax
C#
Visual Basic
public static double QuadGauss(TRealFunction Fun, double lb, double ub, [In] TVec Constants, [In] object[] ObjConst, out TIntStopReason StopReason, [In] TMtxFloatPrecision FloatPrecision, TQuadMethod QMethod, double Tolerance, int MaxIter);

the numerical approximate on integral of function Fun between limits lb and ub.

This version calculates base points and weights on the fly.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!